home *** CD-ROM | disk | FTP | other *** search
- on(release){
- getURL("javascript:alert(" + _root.current_sco + ");","");
- if(_root.current_sco == "0")
- {
- getUrl("javascript:goto_menu();", "");
- }
- else
- {
- temp_current_sco = _root.current_sco;
- temp_cs = String(temp_current_sco);
- if(temp_cs.length < 2)
- {
- temp_load_sco = "sco00" + temp_cs;
- }
- else if(temp_cs.length < 3)
- {
- temp_load_sco = "sco0" + temp_cs;
- }
- getURL("javascript:menu_run_sco(\'" + temp_load_sco + "\'," + _root.current_sco + ");","_self");
- }
- }
-